home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- buttonHilite()
- end
-
- on mouseUp
- global gAbort, gTheclickOn
- if gAbort = 0 then
- set tempJump to the name of cast the castNum of sprite gTheclickOn
- set gTheclickOn to EMPTY
- set jumpName to chars(tempJump, 1, length(tempJump) - 5)
- if (the number of chars in jumpName < 4) and (jumpName <> "IE") then
- exit
- end if
- clearPuppets(2, 12)
- go(the frame + 4)
- puppetSound(0)
- PlayDemoFrame(1, jumpName)
- end if
- end
-